Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate config paths #1336

Merged
merged 56 commits into from
May 8, 2023
Merged

Conversation

wind57
Copy link
Contributor

@wind57 wind57 commented May 2, 2023

No description provided.

wind57 and others added 30 commits December 4, 2021 07:59
wind57 added 21 commits April 8, 2023 09:31
@wind57 wind57 marked this pull request as ready for review May 2, 2023 19:00
@@ -580,7 +580,7 @@ NOTE: You should check the security configuration section. To access config maps
Kubernetes service accounts, roles and role bindings.

Another option for using `ConfigMap` instances is to mount them into the Pod by running the Spring Cloud Kubernetes application
and having Spring Cloud Kubernetes read them from the file system.
and having Spring Cloud Kubernetes read them from the file system. Please note that this feature is deprecated and will be removed in a future release (Use `spring.config.import` instead).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the NOTE: syntax instead

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point. done.

@ryanjbaxter ryanjbaxter added this to the 3.0.3 milestone May 8, 2023
@ryanjbaxter ryanjbaxter merged commit 977a8cc into spring-cloud:main May 8, 2023
@ryanjbaxter ryanjbaxter linked an issue May 8, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Deprecate path support in secrets and config
3 participants